Welcome![Sign In][Sign Up]
Location:
Search - MATLAB DLL

Search list

[Algorithmcc_method

Description: C-C方法及改进的C-C方法重构相空间的matlab程序 -------------------------------- 性能: 3000数据耗时3分钟 -------------------------------- 参考文献: 1、Nonlinear dynamics, delay times, and embedding windows.pdf 2、基于改进的C-C方法的相空间重构参数选择4.pdf -------------------------------- 文件夹说明: 1、C_C_Method_luzhenbo2.m - 程序主文件,直接运行此文件即可! 2、LorenzData.dll - 产生Lorenz离散数据 3、DuffingData.dll - 产生Duffing离散数据 4、RosslerData.dll - 产生Rossler离散数据 5、ccFunction.dll - 计算S(m,N,r,t) - 原C-C方法中计算S(m,N,r,t),改进的C-C方法中计算S2(m,N,r,t) 6、ccFunction_luzhenbo.dll - 计算S(m,N,r,t) - 改进的C-C方法中计算S1(m,N,r,t) -------------------------------- 致谢: 此稿本次修改的部分灵感来源于与研学论坛网友“张文鸽”和“yangfanboy”的讨论,在此表示感谢!-C-C methodology and improvement of C-C method reconstruction phase space of Matlab procedures-------------------------------- performance : 3000 data time-consuming three minutes------------------------------- References : 1, Nonlinear dynamics, delay times, and embedding windows.pdf 2, Based on the C-C method of phase space reconstruction parameters choice 4.pdf-------------------------------- folders : one, C_C_Method_luzhenbo2.m-main proceedings, direct running this file can be! 2. LorenzData.dll- Lorenz have three discrete data, DuffingData.dll- Duffing have four discrete data, RosslerData.dll- Rossler have discrete data 5, ccFunction.dll-calculated S (m, N, r, t)- the original C-C method to calculate S (m, N, r, t), to improve the C-C method of calculating S2 (m, N, r, t) 6,
Platform: | Size: 475136 | Author: jiao | Hits:

[OtherJavaandc

Description: Java语言中的本地方法接口(JNI)在使用中要装载一个动态链接库(DLL),这个DLL即是在Matlab中创建的虚拟实验室模型转化为C语言所编译成的。使用JNI的方法文中会有详细介绍,其中使用Jbuilder中的JNI会比较简单。当然,在这个过程中会有Java语言与C语言的转换问题,常用的数据类型的转换会制成表格直观地表示出来。-Java language of the local method Interface (JNI) in use to load a dynamic link library (DL L), the DLL that is created in Matlab virtual laboratory model into C language compiler as large. JNI use of the text will be presented in detail, including the use of Jbuilder JNI will be relatively simple. Of course, in this process there will be Java and C language conversion, commonly used types of data conversion into visual form to be voiced.
Platform: | Size: 94208 | Author: li | Hits:

[matlabtest_guide

Description: 文件中有一个经典guide编程案例,那是我用了一个晚上写的函数。因为调用了其它一些函数,我将其编译成*.dll。可以查看本函数代码,调试执行的是*.dll文件。因为函数是在matlab6.5下编译的,故在matlab6.1环境下无法演示。 其中涉及界面的创建,回调函数的调用,函数之间的参数传递,以及其它guide编程的处理方式。-document is a classic case programming guide, which is the one I used to write at the function. Call because of some other function, I will compile it into*. dll. This function can view code, debug the implementation of the document*. dll. Because the function is compiled under matlab6.5, so they are unable to matlab6.1 environment demonstration. Which involves the creation of the interface, a call to a callback function, function parameters between the transmission, guide and other programming approach.
Platform: | Size: 181248 | Author: 杨向华 | Hits:

[MiddleWareJMatLink130

Description: jsp和matlab 连接的 极其简单-jsp and Matlab is extremely simple connectivity
Platform: | Size: 267264 | Author: 张俊彪 | Hits:

[source in ebookus_apgxy

Description: zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero. -ZEMAX source: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce xy Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP [- (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] The transmission is of the form EXP [-2 (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] where x ^ 2+ y ^ 2 = r ^ 2 R = semi-diameter The tranmitted intensity is maximum in the center.T is set to 0 if semi-diameter <1e-10 to avoid division by zero.
Platform: | Size: 25600 | Author: 狄拉克 | Hits:

[AI-NN-PREmbeddingDimension_FNN

Description: 假近邻法(False Nearest Neighbor, FNN)计算嵌入维的Matlab程序 文件夹说明: Main_FNN.m - 程序主函数,直接运行此文件即可 LorenzData.dll - 产生Lorenz时间序列 PhaSpaRecon.m - 相空间重构 fnn_luzhenbo.dll - 假近邻计算主函数 SearchNN.dll - 近邻点搜索 buffer_SearchNN_1.dll - 近邻点搜索缓存1 buffer_SearchNN_2.dll - 近邻点搜索缓存2 参考文献: M.B.Kennel, R.Brown, H.D.I.Abarbanel. Determining embedding dimension for phase-space reconstruction using a geometrical construction[J]. Phys. Rev. A 1992,45:3403. -false neighbors (False Nearest Neighbor, FNN) calculation embedding dimension of the Matlab program folder : Main_FNN.m-procedure main function, Direct operating this document can be LorenzData.dll-time series produced Lorenz PhaS paRecon.m-phase space reconstruction fnn_luzhenbo.dll-calculated at the main function neighbors SearchNN.dll-point search buffer_SearchNN_1.dll neighbor- Search neighbor point a buffer_SearchNN_2.dll Cache-Cache Search neighbors point two reference Literature : M. B. Kennel, R. Brown, H. D. I. Abarbanel. Determining embedding dime nsion for phase-space reconstruction using a g eometrical construction [J]. Phys. Rev. A 1992 , 45:3403.
Platform: | Size: 99328 | Author: 呆雁 | Hits:

[transportation applicationsKalmanfilter_GUI

Description: kalman滤波GUI(matlab6.5) m代码在m_files目录中,主函数为fildis 执行独立exe时,需..\bin\win32下的dll支持.可以在autoexec.bat中加入此目录, 也可将dll文件拷出放入同一目录下,对于独立exe若要从mat文件初始化,mat文件目录全名需无中文字符。 可以作为设计各种kalman滤波器的开发导航,参数可以自己设置。-Kalman filtering GUI (matlab6.5) m in m_files code directory , the main function of an independent fildis exe, need .. \ bin \ dll under win32 support. in the autoexec.bat to add this Contents may also be dll Add document beat out the same directory, independent exe To initialize the document from the mat, mat directory full name needs no Chinese characters. Can be used as the design of the Kalman filter developed navigation, their parameters can be set up.
Platform: | Size: 52224 | Author: horfort | Hits:

[Mathimatics-Numerical algorithmscrc-ccitt

Description: CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
Platform: | Size: 234496 | Author: 李慎丹 | Hits:

[WEB CodeLyapunovExponents

Description: 文件说明: ---------------------------------------------- Main_LargestLyapunov_Rosenstein1.m 程序主文件1,直接运行此文件即可,Logistic 序列 Main_LargestLyapunov_Rosenstein2.m 程序主文件2,直接运行此文件即可,Henon 序列 Main_LargestLyapunov_Rosenstein3.m 程序主文件3,直接运行此文件即可,Lorenz 吸引子 LorenzData.dll 产生 Lorenz 离散序列 PhaSpaRecon.m 相空间重构 Lyapunov_rosenstein_2.dll Lyapunov 计算主函数 buffer_run1.dll 计算缓存1 buffer_run2.dll 计算缓存2 buffer_run3.dll 计算缓存3 -documents :------------------------- Main_LargestLyapunov_Rosenstein1.m procedures main file a direct operation of this document can be, Logistic sequence Main_LargestLyapunov_Rosenstei n2.m procedures two main documents directly running this file can be, Henon Main_LargestLyapunov_Rosenstein3 sequence. m procedure three main file directly running this file can be, Lorenz attractor LorenzData.dll have Lorenz discrete sequence PhaSp aRecon.m reconstruction phase space Lyapunov_rosenstein_2.dll Ly apunov calculation main function buffer_run1.dll calculated a cache buffer_ru n2.dll calculated Cache Cache two buffer_run3.dll calculation 3
Platform: | Size: 101376 | Author: ming | Hits:

[OtherGP_correlation_dimension

Description: 没有采用短暂分离的方法的GP方法求关联维 G-P算法计算关联维的 Matlab 程序(mex版) 文件说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、correlation_interal.c - 计算关联积分的源代码文件 5. correlation_interal.dll-计算关联积分的mex文件 没有采用短暂分离的方法,该软件的C语言源文件使用的是路振波提供的 关联积分算法,在此说明和表示感谢! mex文件为matlab7.0版本,使用VC6.0的c语言编译器编译。 -not adopt short-term separation of the GP method for the correlation dimension G-P method to calculate the correlation dimension of Matla b (Mex version) documents : 1. GP_Algorithm_main.m-2 main document procedures, LorenzData.dll- Lorenz have three discrete data, normalize_1.m-after all, one of the four, correlation_interal.c-calculated correlation integral source code documentation 5. corr elation_interal.dll-calculated the correlation integral Files document does not adopt short-term separation The method, the software in C language source document used by Lu Zhen-bo is the correlation integral algorithm, In this note and expressed thanks! Matlab7.0 Mex version of the document, use Visual C language compiler compiler.
Platform: | Size: 7168 | Author: 许小可 | Hits:

[AI-NN-PRRandomForestMatlabVersion

Description: Random forest matlab source codes-Random forest Matlab source codes
Platform: | Size: 522240 | Author: Hong Liu | Hits:

[matlabbldc_1_sinusoidal

Description: 用C语言编写的S函数源代码,用于在MATLAB/Simulink环境下仿真永磁无刷直流电机,在MATLAB7.0以上环境下编译成动态链接库然后在Simulink中使用。模块信息见源码注释。-C language prepared by the S-function source code, for the MATLAB/Simulink environment simulation permanent magnet brushless DC motor, In the above circumstances MATLAB7 compiled DLL then use Simulink. Source module information, see Notes.
Platform: | Size: 5120 | Author: 孙萌 | Hits:

[Mathimatics-Numerical algorithmscurrent_park

Description: 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Features : Taking into account the ease of implementation of the microprocessor features full use of fixed-point algorithm. MATLAB compiled after the DLL can be used in Simulink.
Platform: | Size: 4096 | Author: 孙萌 | Hits:

[OtherPlotDemoCSharpApp

Description: C#调用MATLAB的程序,要求系统装有framework库和matlab运行时库,drawgraph.m 为matlab,要事行用matlab编译成一个.dll,源码中提供的入在Bin/debug下面.-MATLAB procedures, System requirements with the framework and Matlab runtime library, drawgraph.m of Matlab, important trip with a Matlab compiled. dll. The source provided income Bin/debug below.
Platform: | Size: 370688 | Author: lyf | Hits:

[CSharpmatnet_src

Description: C#,提供C#和matlab直接的调用,使得C#能够很好的使用matlab提供的各种功能 -C#, Matlab and C# directly to the call, C# can make good use of Matlab for the various functions
Platform: | Size: 431104 | Author: 刘圣弘 | Hits:

[GDI-BitmapQRTest

Description: QR CODE二维条码生成动态连接库.DLL文件-QR CODE to generate two-dimensional bar code DLL. DLL files
Platform: | Size: 295936 | Author: | Hits:

[Graph programguangliu

Description: 光流计算得到运动场。使用算法为Lucas Kanade算法 很好用,大家-Optical flow calculated by the Sports Ground. The use of algorithms for the Lucas Kanade algorithm good use, U.S.
Platform: | Size: 4096 | Author: | Hits:

[Special EffectsDImageProcess

Description: 数字图像处理的一些源码,包括图像增强,图像边缘检测与图像分析还有数学形态学的运算-Digital image processing of some source code, including image enhancement, image edge detection and image analysis algorithms are mathematical morphology
Platform: | Size: 7061504 | Author: 柳秀霞 | Hits:

[Software Engineeringvbandmatlab

Description: 使用MATLAB中的COM生成器(comtool),将M文件生成DLL,于VB中引用.从MATLAB6.5开始,MATLAB提供了COM生成器,使用该生成器,可以将MATLAB函数和自定义的函数打包成组件,然后集成到支持该技术的应用程序中去.使用该技术,可以很大程度上脱离MATLAB环境. -The use of MATLAB
Platform: | Size: 71680 | Author: 吴庆庆 | Hits:

[Special EffectsLevelSet_ChunmingLi_v1

Description: Level Set水平集算法的matlab程序part 2 (李春明版本)-Level Set Level Set algorithm matlab program part 2 (Li Chunming version)
Platform: | Size: 28672 | Author: zhongling | Hits:
« 1 2 3 45 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net